home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 4641 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: f411.n201!not-for-mail
  2. Newsgroups: comp.sys.cbm
  3. X-Comment-To: Xdr12
  4. From: Pontus Berg <Pontus.Berg@p71.anet.canit.se>
  5. Date: Wed, 27 Mar 96 00:55:36 +0100
  6. Subject: ssv5/5.2 ROM Extractor (1/1)
  7. Message-ID: <827909736@p71.f411.n201.z2.ftn>
  8. References: <4192168745@newsbf02.news.aol.com>
  9. Organization: BoArDgasm, Farsta, Sweden
  10. X-FTN-AREA: CANIT_COMP_SYS_CBM
  11. X-FTN-MSGID: 2:201/411.71 3158e668
  12. X-FTN-REPLY: newsbf02.news.aol.com f9df6b29
  13. X-FTN-CHRS: IBMPC 2
  14. X-FTN-Tearline: Spot 1.3a #676
  15. X-FTN-Origin: BoArDgasm, Farsta, Sweden (2:201/411.71)
  16. X-FTN-SEEN-BY: 201/411 
  17. X-FTN-PATH: 201/411 
  18. X-FTN-PATH: 201/411
  19.  
  20. In a message of 24 Mar 96 Xdr12 wrote to All:
  21.  
  22.  X> From: xdr12@aol.com (Xdr12)
  23.  X> Reply-To: xdr12@aol.com (Xdr12)
  24.  
  25. I would be interested in such a ROM dump! What about the cart around it; is the
  26. layout complicated? Any RAM chip for the freezer?
  27.  
  28. You said in the docs that it could only save to device #$08 . I could tell from
  29. the code, but this is SO EASY to fix!
  30.  
  31. lda #$01
  32. ldx #$08  <= HERE!
  33. ldy #$00
  34. jsr $ffba
  35.  
  36. lda #$0b
  37. ldx #$60
  38. ldy #$c1
  39. jsr $ffbd
  40.  
  41. lda #$fb
  42. ldx #$00
  43. ldy #$90
  44. jsr $ffd8
  45.  
  46.  
  47. It's JUST to enter LDX $BA ... This saves to the current device! (This is to be
  48. entered twice).
  49.  
  50. I haven't seen the ROM, but couldn't you pick out the revisions number and poke
  51. this to the names you save? You could have ONE saver (as you save the same area
  52. twice) and then just modify the name inbetween... Not that length is a major
  53. problem here, but as a princip ;-)
  54.  
  55. Just to see that I follow how it works technically; it maps in at $8000 but
  56. it's not the normal 8KB but a full 16K (you do copy $4000 bytes in one go) and
  57. then you save two of these 16 hunks in one... Oh well... Still interested in a
  58. dump though :-)
  59.  
  60. )==========================================================(
  61. )  o/    Bacchus@FairLight.COM  Fido: 2:201/411.71         (
  62. ) (#  I'm a "geek tool" so ask about emulators elsewhere!  (
  63. )=/7=======================================================(
  64.  
  65. ... I asked one of the guys at the booth to demonstrate me the multitasking
  66.     abilities of his system and he replied "Please wait a few minutes sir,
  67.     as soon as this disk formatting is completed, I will show you real
  68.     multitasking..."
  69.